* puresize.h (PURESIZE): Up this to 20500 for MULTI_FRAME Emaces,
authorJim Blandy <jimb@redhat.com>
Sat, 19 Jun 1993 22:58:35 +0000 (22:58 +0000)
committerJim Blandy <jimb@redhat.com>
Sat, 19 Jun 1993 22:58:35 +0000 (22:58 +0000)
and 190000 for non-MULTI_FRAME Emaces.

src/puresize.h

index 97e976ef450407688eca8ddde254fe715396ae87..78b07aa601b1866df89684cdfc78a4f601583989 100644 (file)
@@ -29,9 +29,9 @@ the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA.  */
 
 #ifndef PURESIZE
 #ifdef MULTI_FRAME
-#define PURESIZE 200000
+#define PURESIZE 205000
 #else
-#define PURESIZE 185000
+#define PURESIZE 190000
 #endif
 #endif